EMT Practice Test

1. Question Content...


Question List

Question1: What is the difference between a data science training run and a data science scoring run?

Question2: A marketer recently set up an Amazon S3 cloud storage destination. The last successful flow for the destination exported 12 million records. in the Amazon S3 bucket, how will the export be presented to the marketer?

Question3: A national workout studio chain is introducing a new Family discount program. They have already deployed AEP with the following data model:
* Members Schema (Individual Profile Based):
* Primary ID: Member ID
* Secondary IDs: Email Hash. Phone Hash
* Training Sessions Management (Experience Event):
* Primary ID: Member ID
* Secondary IDs: ECID
* Subscription Management (Experience Event):
* Primary ID: Email Hash
* Secondary IDs: ECID
The workout studio wants to be able to use all of this information together with the family details to segment For example, they want totarget families where one familymember trams daily or one family member has the yearly subscription plan.
To start collecting Family information, the workout studio creates a form where the members can create a Family account and associate the different members to it The form will collect a list of Member IDs and generate a Family ID. A data architect will design a new schema to store the Family information.
Which identities should be used in the schema(s) to collect this form information?

Question4: Which is a type of governance label?

Question5: After creating the Entity Relationship (Diagram (ERD) of the data sources that will be connected into an AEP implementation for a utility company, the service details (including information such as name, cost type, and category) appear multiple times across different entities (for example, in the transactional events and m the customer profile details).
When designing the XDM data model for that ERD, the data architect and the business stakeholders validate that the service details information must be included at both levels, record, and time series. The service details will be used multiple times within the same structure.
How should the service details be defined in the AEP data model to make it consistent and re-usable?

Question6: A data engineer is ingesting time-series data in CSV format from a CRM system. The source data contains a
"subscription" field that contains what level of subscription the customer has purchased.
The data is ingested into a target field called "subscriptionLevel". which is an enum field that accepts the following values: "Lite*. "Standard", and "Pro''.
The data engineer knows that the CSV files contain some rows that do not conform to the above enum. Instead of rejecting those rows, the data engineer wants to transform non-conforming fields to "Standard".
Which mapping function(s) will accomplish this?

Question7: A data architect responsible for maintaining existing schemas is notified that a previously defined mandatory field is no longer available due to some changes in the inbound data. The data architect confirms the existing schema has been saved and is currently being leveraged in data ingestion.
Which option does the data architect have?

Question8: A QA engineer needs to determine if the data ingested through three different data sources into three datasets enabled for profile and based in the same XDM Profile schema is processed as expected.

To evaluate the final result, the QA engineer uses the Merge Profile configuration shown;

The primary identity used is '.orgtenant.profilelDs.email".
What data should appear m the user profile?
A)

B)

C)

D)

Question9: A marketer wants to create a segment based on profiles that have these 7 attributes: Loyaltyld. loyalty Level.
Location. Age. MantalStatus. Email, and Phone.
The marketer wants the segment to qualify all profiles that have these attributes: Loyaltylevel and Age and disqualify profiles that have either of these attributes: MantalStatus and Location How can the segment builder Ul be used to buildthis segment?

Question10: A data engineer wants to connect a new data source into AEP using an Amazon S3 Bucket. The S3 Bucket currently will be added with the daily deltas.
The historical data and the recurrent deltas must be imported.
In which way can this task be performed with minimal effort?

Question11: A marketer wants to send profile and attributes information to an RT-CDP Destination.
Which destination option should the marketer choose to send profile and attributes information?

Question12: Which subset of data appears when clicking the 'Preview dataset" button on a Dataset page?

Question13: A marketer has been tasked with setting up an export of a certain segment of their profile data to their cloud storage. Which two types of file export options are available to the marketer? (Choose two.)

Question14: A data engineer has a file they must ingest with all string fields. The engineer must keep precision of the data when converting string fields to numeric fields. Which two functions could the the data engineer use when making this conversion? (Choose two.)

Question15: Given the following segment definition:
personalEmail.3ddress.isNotNull()and homeAddress.city.equalsrChicago", (rue) and homeAddress.statePfovince.equalsCIL". false) There is a profile that meets the criteria for the segment. Given the following segment job runs:
T1: segment job run (no attribute changes)
T2: segment job run (no attribute changes)
T3: segment job run (homeAddress.crty attribute changed to Oakbrook)
T4: segment job run (personalEmail.address value changes)
What is the segement membership status at each time period?

Question16: There are two existing entities in the Real-time Customer Profile store: one profile record and one event.

Both the event schema and profile schema have "email" as the primary identity. The _id is used to identify unique events.
Later, a data engineer ingests one additional profile fragment and another event:
Profile: ("email": "
[email protected]*. "favBrand': "Adobe")
Event: {''_id": '5000". "email": "[email protected]". "purchase": "Photoshop 2021") What will the profile attributes and event look like when doing a profile [email protected]?
A)

B)

C)

D)

Question17: A data engineer is using Data Prep to format data for ingestion. The data engineer needs to load Date/Time as Date values for a field called CustomerCreateDate. The use of this field does not require a time component and as is String based.
The JSON value in this example is '.platosaprod.customerCreateDateVZOOS-11 -04 15:44".
Which Data Prep functions and order should the data engineer use to format the date without the time component?

Question18: An AEP expert has been tasked with a last-minute request to send a campaign. The AEP expert needs to upload a CSV file with the customer list that will be affected through the campaign, create the segments based on a briefing, and share those segments with Adobe Campaign and Facebook Custom Audiences. The brief also includes the segment volumes.
Before sharing the segments, the AEP expert needs to make sure that the segment volumes match the briefing.
What should the AEP do right after creating the segments to get the volumes?

Question19: A national workout studio chain deploys a new booking system and can now track when a customer puns to 90 into a training session. The studio chain wants to use that information to power their email campaigns. The event data that is collected when a customer books a session does not include information like the Sport category or the level of physical condition the customers should have. That information is stored in a different dataset. The studio chain is using AEP and will have access to the following databases; BOOK A TRAINING SESSION EVENT DATABASE: Time stamp Session ID Member ID TRAINING SESSION METADATA DATABASE:
Session ID
Sport category
Required physical condition
The data architects needs to configure the AEP XDM schemas to be able to build a relationship between the two databases so that the Sport category and the Required physical condition can be used in the AEP segment builder.
How should the data architect configure the AEP XDM to meet these requirements?